home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / binutils.252 / gas / config / tc-hppa.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-22  |  4.9 KB  |  139 lines

  1. /* tc-hppa.h -- Header file for the PA */
  2.  
  3. /* Copyright (C) 1989, 1993 Free Software Foundation, Inc.
  4.  
  5.    This file is part of GAS, the GNU Assembler.
  6.  
  7.    GAS is free software; you can redistribute it and/or modify
  8.    it under the terms of the GNU General Public License as published by
  9.    the Free Software Foundation; either version 1, or (at your option)
  10.    any later version.
  11.  
  12.    GAS is distributed in the hope that it will be useful,
  13.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.    GNU General Public License for more details.
  16.  
  17.    You should have received a copy of the GNU General Public License
  18.    along with GAS; see the file COPYING.  If not, write to
  19.    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  20.  
  21.  
  22. /* HP PA-RISC support was contributed by the Center for Software Science
  23.    at the University of Utah.  */
  24.  
  25. /* Please refrain from exposing the world to the internals of tc-hppa.c
  26.    when this file is included.  This means only declaring exported functions,
  27.    (please PARAMize them!) not exporting structures and data items which
  28.    are used solely within tc-hppa.c, etc.
  29.  
  30.    Also refrain from adding any more object file dependent code, there is 
  31.    already far too much object file format dependent code in this file.
  32.    In theory this file should contain only exported functions, structures
  33.    and data declarations common to all PA assemblers.  */
  34.  
  35. #ifndef _TC_HPPA_H
  36. #define _TC_HPPA_H
  37.  
  38. #ifndef TC_HPPA
  39. #define TC_HPPA    1
  40. #endif
  41.  
  42. #define TARGET_ARCH bfd_arch_hppa
  43.  
  44. /* FIXME.  The lack of a place to put things which are both target cpu
  45.    and target format dependent makes hacks like this necessary.  */
  46. #ifdef OBJ_ELF
  47. #include "../bfd/elf32-hppa.h"
  48. #define TARGET_FORMAT "elf32-hppa"
  49. #endif
  50.  
  51. #ifdef OBJ_SOM
  52. #include "../bfd/som.h"
  53. #define TARGET_FORMAT "som"
  54. #endif
  55.  
  56. /* FIXME.  Why oh why aren't these defined somewhere globally?  */
  57. #ifndef FALSE
  58. #define FALSE   (0)
  59. #define TRUE    (!FALSE)
  60. #endif
  61.  
  62. /* Local labels have an "L$" prefix.  */
  63. #define LOCAL_LABEL(name) ((name)[0] == 'L' && (name)[1] == '$')
  64. #define FAKE_LABEL_NAME "L$0\001"
  65. #define ASEC_NULL (asection *)0
  66.  
  67. /* Labels are not required to have a colon for a suffix.  */
  68. #define LABELS_WITHOUT_COLONS
  69.  
  70. /* FIXME.  This should be static and declared in tc-hppa.c, but 
  71.    pa_define_label gets used outside of tc-hppa.c via tc_frob_label.
  72.    Should also be PARAMized, but symbolS isn't available here.  */
  73. extern void pa_define_label ();
  74.  
  75. /* FIXME.  Types not available here, so they can't be PARAMized.  */
  76. extern void parse_cons_expression_hppa ();
  77. extern void cons_fix_new_hppa ();
  78. extern int hppa_force_relocation ();
  79.  
  80. #define tc_frob_label(sym) pa_define_label (sym)
  81.  
  82. /* The PA does not need support for either of these.  */
  83. #define tc_crawl_symbol_chain(headers) {;}
  84. #define tc_headers_hook(headers) {;}
  85.  
  86. #define RELOC_EXPANSION_POSSIBLE
  87. #define MAX_RELOC_EXPANSION 5
  88.  
  89. /* FIXME.  More things which are both HPPA and ELF specific.  There is 
  90.    nowhere to put such things.  */
  91. #ifdef OBJ_ELF
  92. #define elf_tc_final_processing    elf_hppa_final_processing
  93. void elf_hppa_final_processing PARAMS ((void));
  94. #endif
  95.  
  96. /* The PA needs to parse field selectors in .byte, etc.  */
  97.  
  98. #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \
  99.   parse_cons_expression_hppa (EXP)
  100. #define TC_CONS_FIX_NEW cons_fix_new_hppa
  101.  
  102. /* On the PA, an equal sign often appears as a condition or nullification
  103.    completer in an instruction.  This can be detected by checking the
  104.    previous character, if the character is a comma, then the equal is
  105.    being used as part of an instruction.  */
  106. #define TC_EQUAL_IN_INSN(C, PTR)    ((C) == ',')
  107.  
  108. /* Similarly for an exclamation point.  It is used in FP comparison
  109.    instructions and as an end of line marker.  When used in an instruction
  110.    it will always follow a comma.  */
  111. #define TC_EOL_IN_INSN(PTR)    (is_end_of_line[*(PTR)] && (PTR)[-1] == ',')
  112.  
  113. #define tc_fix_adjustable hppa_fix_adjustable
  114.  
  115. /* Because of the strange PA calling conventions, it is sometimes
  116.    necessary to emit a relocation for a call even though it would
  117.    normally appear safe to handle it completely within GAS.  */
  118. #define TC_FORCE_RELOCATION(FIXP) hppa_force_relocation (FIXP)
  119.  
  120. /* If a symbol is imported, but never used, then the symbol should
  121.    *not* end up in the symbol table.  Likewise for absolute symbols
  122.    with local scope.  */
  123. #define tc_frob_symbol(sym,punt) \
  124.     if ((S_GET_SEGMENT (sym) == &bfd_und_section && sym->sy_used == 0) \
  125.     || (S_GET_SEGMENT (sym) == &bfd_abs_section \
  126.         && (sym->bsym->flags & BSF_EXPORT) == 0)) \
  127.       punt = 1
  128.  
  129. #ifdef OBJ_ELF
  130. /* Arggg.  The generic BFD ELF code always adds in the section->vma
  131.    to non-common symbols.  This is a lose on the PA.  */
  132. #define obj_frob_symbol(sym,punt) \
  133.     if (S_GET_SEGMENT (sym) != &bfd_com_section \
  134.     && S_GET_SEGMENT (sym) != &bfd_und_section) \
  135.       S_SET_VALUE ((sym), (S_GET_VALUE (sym) - (sym)->bsym->section->vma))
  136.  
  137. #endif
  138. #endif /* _TC_HPPA_H */
  139.